﻿body {
    font-size: 14px;
    font-family: "楷体";
    margin: 0px;
    padding: 0px;
}


html, body {
    width: 100%;
    font-family: "Microsoft Yahei","����";
}

.clear {
    clear: both;
}

div#slider-wrapper img {
    width: 1600px;
}

a {
    text-decoration: none;
}

#img {
    margin: 50px auto 0px;
    width: 1200px;
}

    #img img {
        width: 100%;
        margin-top: 20px;
    }

/* for IE */
:focus {
    -moz-outline-style: none;
}
/* for Firefox */
ul, li, p, h1, img, h2, ol, em {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    color: #666;
}

.title {
    width: 1200px;
    border-bottom: 1px solid #ccc;
    height: 36px;
    overflow: hidden;
}

    .title h1 {
        float: left;
        font-size: 21px;
        font-weight: normal;
        height: 35px;
        color: #333;
        line-height: 36px;
        border-bottom: solid 1px #f00;
    }

    .title h2 {
        float: left;
        font-size: 12px;
        font-weight: normal;
        color: #666;
        padding: 15px 0 0 15px;
    }

.hgroup {
    float: left;
    width: 1130px;
    height: 36px;
}

.more {
    float: right;
    font-size: 10px;
    color: #f00;
    line-height: 3.5em;
}
/*header*/


/*顶部*/
.header {
    width: 100%;
    height: 150px;
    z-index: 999999;
}



.header_c {
    height: 23px;
    background: #272526;
    color: #fff;
    line-height: 23px;
    font-size: 12px;
}
.header_c a {
    color: #fff;
}
    .header_c .tel {
        width: 1200px;
        margin: auto;
    }

.jiathis_style {
    float: right;
    margin-top: 3px;
}

/*logo*/
.header .header_box {
    width: 1200px;
    height: 114px;
    margin: 8px auto;
    clear: both;
}

/*.header .logo_img img {
    width: 400px;
    height: 112px;
}*/

.header .logo_img {
    width: 400px;
    height: 112px;
    overflow: hidden;
    float: left;
}
/*搜索*/
.input {
    width: 350px;
    height: 40px;
    float: left;
    margin-top: 33px;
    padding-left: 65px;
}

    .input input {
        height: 30px;
        border: solid 2px #ff343f;
        width: 250px;
        float: left;
        color: #ccc;
        text-indent: 1em;
    }

    .input .searchBtn {
        width: 70px;
        height: 36px;
        background: #ff343f;
        color: #fff;
        border: 0;
        cursor: pointer;
        display: block;
        float: left;
        text-align: center;
        font-size: 15px;
        line-height: 2.3em;
    }

    .input .ss {
        clear: both;
        margin-top: 5px;
        height: 22px;
        overflow: hidden;
        width: 444px;
        color: #666;
    }

        .input .ss a {
            color: #666;
        }
/*热线*/
.header_img {
    float: right;
    width: 350px;
    height: 100px;
    margin-top: 14px;
}

    .header_img img {
        width: 350px;
        height: 100px;
    }
/*导航*/


 .navbox {
    height: 48px;
    background: #272526;
}

.navbox .nav {
        width: 1200px;
        height: 48px;
        margin: auto;
    }



 .navbox .nav li {
            position: relative;
            float: left;
            width: 120px;
            height: 48px;
        }



.navbox .nav li a {
    display: block;
    width: 120px;
    text-align: center;
    height: 48px;
    color: #fff;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 3.5em;
}


.navbox .nav .cur {
    color: #ff2828;
    transition: all 0.3s;
}

.navbox .nav li a:hover {
    color: #ff2828;
    transition: all 0.3s;
}
/**/
.navbox .nav_ul {
    width: 120px;
    background: #272526;
    position: absolute;
    top: 48px;
    z-index: 99999;
    display: none;
}

    .navbox .nav_ul li {
        padding: 3px 0px;
        border: none !important;
        height: 30px !important;
        border: 1px solid #ccc;
    }

.navbox .nav li:hover .nav_ul {
    display: block;
}


.navbox .nav_ul li a {
    font-size: 12px;
    line-height: 2.4em;
    height: 30px !important;
}
/**/


/*banner*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slides_container {
    width: 100%;
    height: auto !important;
}

.slides_control, .slides_control a, .slides_control a img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    display: block;
}

.banner .btns {
    position: absolute;
    z-index: 999;
    bottom: 15px;
    width: 1000px;
    height: 20px;
    line-height: 20px;
    left: 45%;
}


    .banner .btns .current {
        background: #fff;
    }


    .banner .btns li {
        float: left;
        width: 15px;
        height: 15px;
        line-height: 15px;
        background: #666;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        border-radius: 50%;
        margin: 0px 5px;
    }


        .banner .btns li a {
            color: transparent;
            width: 255px;
            height: 64px;
            text-align: center;
            display: block;
        }




.banner:hover span {
    display: block;
}
/**/



.banner span.prev {
}

.banner span.next {
    right: 0px;
}

.banner span {
    position: absolute;
    top: 55%;
    height: 58px;
    width: 29px;
    display: block;
    z-index: 10;
    cursor: pointer;
    display: none;
}

/*one*/
.one {
    margin: 60px auto 0px;
    width: 1200px;
}

    .one ul {
        margin-top: 20px;
        clear: both;
    }

    .one li {
        float: left;
        margin: 0 1px 0 0;
        width: 239px;
        height: 224px;
        background: #ededed;
        text-align: center;
        line-height: 24px;
        color: #666;
        overflow: hidden;
    }

        .one li b {
            display: block;
            width: 70px;
            height: 60px;
            margin: 45px auto 0;
            background: url("../images/ico3.png") no-repeat;
        }

        .one li h1 {
            text-align: center;
            line-height: 50px;
            font-size: 14px;
        }

        .one li span {
            width: 65px;
            height: 1px;
            overflow: hidden;
            background: #d4d4d4;
            margin: 0 auto 15px;
            display: block;
        }

        .one li:hover {
            background: #f1544b;
            transition: transform ease .2s;
            -webkit-transition: transform ease .2s;
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            transform-origin: center top;
            -webkit-transform-origin: center top;
            color: #fff;
        }

            .one li:hover b {
                transform: scale(.95);
                -webkit-transform: scale(.95);
            }

            .one li:hover h1 {
                color: #fff;
            }

    .one .li1 b {
        background-position-x: 8px;
    }

    .one .li2 b {
        background-position: -65px 0;
    }

    .one .li3 b {
        background-position: -132px 0;
    }

    .one .li4 b {
        background-position: -208px 0;
    }

    .one .li5 b {
        background-position: -280px 0;
    }

    .one .li1:hover b {
        background-position: 7px -62px;
    }

    .one .li2:hover b {
        background-position: -65px -62px;
    }

    .one .li3:hover b {
        background-position: -132px -62px;
    }

    .one .li4:hover b {
        background-position: -208px -62px;
    }

    .one .li5:hover b {
        background-position: -280px -62px;
    }

/*two*/
.two {
    margin-top: 70px;
    background: #3e3e3e;
    padding-bottom: 30px;
    padding-top: 20px;
}

.two_b {
	width:1200px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
    position:relative;	
	overflow:hidden
}

.two_c {
    width: 1200px;
    margin: 0px auto 0px;
}

    .two_c .title {
        border-bottom: 1px solid #ddd;
    }

    .two_c .hgroup h1 {
        color: #fff;
    }

    .two_c .hgroup h2 {
        color: #fff;
    }

    .two_c ul {
        margin-top: 20px;
    }

        .two_c ul li {
            float: left;
            width: 289px;
            height: 317px;
            overflow: hidden;
            margin: 0px 5px;
            position: relative;
            background: #f5f5f5;
        }

            .two_c ul li h1 {
                height: 55px;
                line-height: 55px;
                font-weight: normal;
                border-bottom: solid 1px #ddd;
                width: 220px;
                margin: 0 auto;
                padding-top: 5px;
                font-size: 16px;
                text-align: center;
                overflow: hidden;
            }

            .two_c ul li p {
                height: 35px;
                line-height: 35px;
                margin-bottom: 5px;
                text-align: center;
            }

            .two_c ul li img {
                width: 289px;
                height: 216px;
            }

            .two_c ul li:hover {
                background: #f1544b;
            }

                .two_c ul li:hover h1 {
                    color: #fff;
                }

                .two_c ul li:hover p {
                    color: #fff;
                }

/**/
.three {
    width: 1200px;
    margin: 60px auto 0;
}

    .three ul {
        margin-top: 20px;
    }

        .three ul li {
            position: relative;
            float: left;
            width: 226px;
            height: 170px;
            overflow: hidden;
            margin: 0 0 15px 13px;
        }

            .three ul li b {
                width: 71px;
                height: 50px;
                background: url("../images/ico.png") no-repeat;
                background-position: -105px -182px;
                display: block;
                margin: 45% auto 0px;
            }

            .three ul li h1 {
                color: #fff;
                font-size: 14px;
                text-align: center;
                position: absolute;
                bottom: 0px;
                display: block;
                line-height: 2.4em;
                height: 30px;
                background: rgba(0,0,0,0.5);
                width: 226px;
            }


    .three .li_2 img {
        width: 226px;
        height: 170px;
        transition: all ease .3s;
        -webkit-transition: all ease .3s;
    }


    .three .li_2:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .three .li_2:hover h1 {
        color: #ff2828;
    }


    .three .li_1 h1 {
        width: 468px;
        bottom: 10px;
        font-size: 16px;
        background: none;
    }

    .three ul .li_1 {
        width: 468px;
        height: 351px;
    }


        .three ul .li_1 img {
            
            height: 351px;
        }

    .three li .li_a {
        position: absolute;
        background: rgba(0,0,0,0.5);
        display: none;
        width: 468px;
        height: 351px;
    }


    .three li:hover .li_a {
        display: block !important;
    }
    /**/
    .three ol {
        clear: both;
        margin-top: 30px;
        background: #f6f6f6;
        height: 175px;
        padding-top: 40px;
    }

        .three ol li {
            width: 150px;
            height: 135px;
            text-align: center;
            float: left;
        }

            .three ol li img {
                display: block;
                width: 89px;
                height: 89px;
                margin: 0 auto;
                margin-bottom: 10px;
                border-radius: 50%;
                transition: all ease .3s;
                -webkit-transition: all ease .2s;
                padding-top: 9px;
            }

            .three ol li:hover img {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
            }
/*fore*/
.fore {
    width: 1200px;
    overflow: hidden;
    margin: 60px auto 0px;
    position: relative;
}

.fore_m {
    margin-top: 20px;
    margin-left: 4px;
}

.fore_b li {
    float: left;
    width: 228px;
    height: 262px;
    padding: 0 12px 0 0;
    text-align: center;
    overflow: hidden;
    background: #f6f6f6;
}

    .fore_b li img {
        width: 228px;
        height: 170px;
    }

    .fore_b li h1 {
        font-size: 18px;
        text-align: center;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
    }

    .fore_b li:hover h1 {
        color: #ff343f;
    }

    .fore_b li h1 b {
        font-size: 14px;
        text-align: center;
        margin-left: 5px;
    }

    .fore_b li p {
        height: 27px;
        line-height: 27px;
        font-size: 12px;
        overflow: hidden;
    }

    .fore_b li span {
        float: left;
        width: 50%;
        height: 26px;
        color: #fff;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
    }

    .fore_b li .s1 {
        background: #828282;
    }

    .fore_b li .s2 {
        background: #F44;
    }

.fore_c,.two_r {
    position: absolute;
    top: 128px;
    display: block;
    height: 87px;
    width: 41px;
    overflow: hidden;
    background: url("../images/ico5.png") no-repeat;
    right: 8px;
    z-index: 5555;
}

.fore_a,.two_l {
    position: absolute;
    top: 128px;
    display: block;
    height: 87px;
    width: 41px;
    overflow: hidden;
    background: url("../images/ico5.png") no-repeat;
    background-position: -41px 0px;
    z-index: 5555;
}


    .fore_a:hover {
        background-position: -41px -87px;
    }

.fore_c:hover {
    background-position: 0 -87px;
}
/**/



/**/
.six {
    overflow: hidden;
    margin: 50px auto 0px;
    width: 1200px;
}

.six_m {
    position: relative;
    width: 1200px;
}

.six_b {
    margin-top: 20px;
}

    .six_b h1:hover {
        color: #f00;
    }

    .six_b li {
        float: left;
        width: 228px;
        height: 170px;
        margin: 0 12px 0 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .six_b li img {
            width: 228px;
            height: 170px;
        }

        .six_b li h1 {
            position: absolute;
            height: 30px;
            background: rgba(0,0,0,0.5);
            bottom: 0px;
            z-index: 5555;
            font-size: 14px;
            color: #fff;
            line-height: 30px;
            text-align: center;
            width: 228px;
        }

.six_a {
    position: absolute;
    top: 44px;
    display: block;
    height: 87px;
    width: 41px;
    overflow: hidden;
    background: url("../images/ico5.png") no-repeat;
    background-position: -41px 0px;
    z-index: 5555;
}

.six_c {
    position: absolute;
    top: 44px;
    display: block;
    height: 87px;
    width: 41px;
    overflow: hidden;
    background: url("../images/ico5.png") no-repeat;
    right: 12px;
    z-index: 5555;
}

.six_a:hover {
    background-position: -41px -87px;
}

.six_c:hover {
    background-position: 0 -87px;
}
/*第七块*/
.sever {
    width: 1200px;
    margin: 50px auto 0px;
}

    .sever a:hover {
        color: #f00;
    }


    .sever .sever_t {
        background: url("../images/tou.jpg") no-repeat;
        width: 370px;
        height: 39px;
    }

        .sever .sever_t h1 {
            width: 300px;
            float: left;
            line-height: 39px;
            height: 39px;
            font-size: 14px;
            color: #fff;
            padding-left: 40px;
            box-sizing: border-box;
        }

        .sever .sever_t .more {
            width: 55px;
            float: right;
            line-height: 39PX;
            height: 39px;
            font-size: 10px;
            color: #fff;
            box-sizing: border-box;
        }
/**/
.sever_1 {
    width: 370px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #f00;
    height: 411px;
    overflow: hidden;
}

    .sever_1 ul {
        margin-top: 10px;
        width: 350px;
        margin: 10px auto 0px;
    }

    .sever_1 li {
        height: 30px;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
    }

        .sever_1 li a {
            width: 270px;
            float: left;
            overflow: hidden;
            height: 25px;
            line-height: 25px;
            color: #666;
            font-size: 14px;
        }

        .sever_1 li span {
            float: right;
            width: 68px;
            height: 25px;
            line-height: 25px;
            font-size: 12px;
        }
/**/
.sever_2 {
    width: 370px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 42px;
    border: 1px solid #f00;
    margin-right: 39px;
    height: 411px;
    overflow: hidden;
}

    .sever_2 ul {
        margin-top: 10px;
        width: 350px;
        margin: 10px auto 0px;
    }

    .sever_2 li {
        height: 30px;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
    }

        .sever_2 li a {
            width: 270px;
            float: left;
            overflow: hidden;
            height: 25px;
            line-height: 25px;
            color: #666;
            font-size: 14px;
        }

        .sever_2 li span {
            float: right;
            width: 68px;
            height: 25px;
            line-height: 25px;
            font-size: 12px;
        }
/**/
.sever_3 {
    width: 370px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #f00;
    height: 411px;
    overflow: hidden;
}

    .sever_3 ul {
        margin-top: 10px;
        width: 350px;
        margin: 10px auto 0px;
        line-height: 1.5em;
    }

    .sever_3 img {
        width: 340px;
        height: 184px;
        float: left;
        margin-right: 20px;
        margin-bottom: 2px;
    }

/**/
.eight {
    margin: 50px auto 0px;
    width: 1200px;
}

    .eight li {
        float: left;
        width: 290px;
        height: 210px;
        margin-right: 10px;
    }

        .eight li img {
            width: 290px;
            height: 210px;
        }

.eight_img {
    width: 1200px;
    margin: 30px auto 0px;
    clear: both;
}

    .eight_img img {
        width: 100%;
    }
/*article*/
.main {
}

.main_img img {
    width: 100%;
}

.main_c {
    width: 1200px;
    margin: auto;
}

/**/
.main_top {
    /* margin-bottom: 10px;/*
    /* padding: 0 5px;*/
    height: 35px;
    line-height: 35px;
    /* border-top: 3px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: 10px;*/
}

.main_topl {
    float: left;
    font-size: 13px;
    line-height: 2.5em;
    font-family: "楷体";
    font-weight: bold;
    color: #666;
    /* padding-left: 10px;*/
}

.main_top2 {
    font-size: 13px;
    line-height: 2.5em;
    color: #666;
    font-family: "楷体";
    font-weight: bold;
}

    .main_top2 a {
        color: #666;
        font-family: "楷体";
        font-weight: bold;
    }



/**/
.main_l {
    width: 250px;
    float: left;
    margin-bottom: 10px;
}

.main_l1 {
    width: 250px;
    border-left: 1px solid #f00;
    border-right: 1px solid #f00;
    border-bottom: 1px solid #f00;
}

    .main_l1 h1 {
        background: url("../images/tou.jpg") no-repeat;
        height: 40px;
        line-height: 40px;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #fff;
        width: 250px;
        padding-left: 44px;
        box-sizing: border-box;
    }

    .main_l1 .three_n > li {
        line-height: 50px;
    }

        .main_l1 .three_n > li > a {
            margin-left: 10px;
            font-size: 14px;
            color: #666;
            font-weight: bold;
            padding-left: 18px;
        }

    .main_l1 .three_nn li {
        background: none !important;
    }

    .main_l1 .three_nn > li > a {
        height: 26px;
        line-height: 26px;
        display: block;
        color: #666;
        overflow: hidden;
        font-size: 12px;
        margin-left: 30px;
    }

    .main_l1 .three_nn {
        display: none;
    }

    .main_l1 .three_n > li:hover .three_nn {
        display: block;
    }
/**/
.main_l2 {
    width: 250px;
    border-left: 1px solid #f00;
    border-right: 1px solid #f00;
    border-bottom: 1px solid #f00;
    margin-top: 20px;
}

    .main_l2 h1 {
        color: #fff;
        font-size: 14px;
        background: url("../images/tou.jpg") no-repeat;
        height: 40px;
        line-height: 40px;
        width: 250px;
        padding-left: 44px;
        box-sizing: border-box;
    }

    .main_l2 ul {
        width: 210px;
        margin: auto;
    }

    .main_l2 li img {
        width: 210px;
        height: 150px;
    }

    .main_l2 li span {
        width: 210px;
        text-align: center;
        display: block;
        height: 20px;
        color: #666;
        overflow: hidden;
    }

    .main_l2 li {
        margin-top: 10px;
    }

        .main_l2 li span:hover {
            color: #efa021;
        }

    .main_l2 img {
        width: 172px;
        height: 109px;
    }
/**/
.main_l3 {
    width: 250px;
    border-left: 1px solid #f00;
    border-right: 1px solid #f00;
    border-bottom: 1px solid #f00;
    margin-top: 20px;
}

    .main_l3 h1 {
        color: #fff;
        font-size: 14px;
        background: url("../images/tou.jpg") no-repeat;
        height: 40px;
        line-height: 40px;
        width: 250px;
        padding-left: 44px;
        box-sizing: border-box;
    }

    .main_l3 ul {
        overflow: hidden;
        margin: 10px auto 0px;
        width: 210px;
    }

        .main_l3 ul li {
            line-height: 24px;
            text-overflow: ellipsis;
            height: 24px;
            overflow: hidden;
        }

            .main_l3 ul li a {
                color: #666;
                height: 24px;
                overflow: hidden;
                width: 210px;
            }


    .main_l3 .red {
        width: 18px;
        height: 18px;
        background: #ccc;
        color: #fff;
        text-align: center;
        margin-right: 5px;
        display: block;
        float: left;
        margin-top: 3px;
    }

    .main_l3 ul li a:hover {
        color: #efa021;
    }
/**/

.main_l4 {
    width: 250px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 20px;
}

    .main_l4 p {
        overflow: hidden;
        margin: 10px auto 0;
        color: #fff;
        width: 188px;
    }

    .main_l4 h1 {
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        background: #333;
        height: 40px;
        line-height: 40px;
    }






/**/
.main_r {
    width: 900px;
    overflow: hidden;
    float: right;
}

    .main_r ul {
        overflow: hidden;
        padding-right: 20px;
    }

        .main_r ul li {
            height: 220px;
            overflow: hidden;
            background: #272526;
            padding: 20px 0px;
            box-sizing: border-box;
            border-top: 1px solid #ccc;
        }

            .main_r ul li img {
                width: 230px;
                height: 180px;
                float: left;
                border: none;
                padding-left: 15px;
            }

    .main_r .article {
        width: 600px;
        float: right;
        position: relative;
    }

        .main_r .article h1 {
            font-size: 18px;
            color: #fff;
            height: 22px;
            margin-bottom: 3px;
            overflow: hidden;
            width: 490px;
        }

        .main_r .article p {
            height: 110px;
            line-height: 24px;
            font-size: 14px;
            color: #666;
            overflow: hidden;
            width: 490px;
            text-indent: 2em;
        }

        .main_r .article span {
            padding-left: 18px;
            margin: 10px 0px;
            display: block;
            color: #666;
            font-size: 12px;
        }

        .main_r .article .more {
            position: absolute;
            right: 0px;
            display: block;
            top: 35%;
            width: 90px;
            height: 70px;
            text-align: center;
            line-height: 60px;
            color: #fff;
            font-size: 65px;
            background: #666;
            transition: all 0.3s;
            right: 12px;
        }



    .main_r ul li:hover img {
        transition: all 0.5s;
        transform: scale(1.1,1.1);
    }

    .main_r ul li:hover .more {
        color: #f00;
        transition: all 0.3s;
    }
/**/
.pading {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .pading span {
        padding: 5px 10px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        color: #fff;
    }

    .pading a {
        padding: 5px 10px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        color: #000;
    }

    .pading .current {
        color: #f00;
    }
/*content*/

.article_l {
    width: 900px;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
}

.article_c {
    border: solid 1px #666;
    border-radius: 5px;
    color: #666;
}

    .article_c h1 {
        text-align: center;
        font-size: 26px;
        color: #666;
        padding: 10px 0px;
        border-bottom: 1px dotted #666;
    }

    .article_c .info span {
        font-family: "宋体";
        line-height: 24px;
        margin-bottom: 15px;
        text-align: center;
        color: #BCBBBB;
        display: block;
    }

    .article_c .detail {
        margin: 10px 0;
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
        word-spacing: 10px;
        text-align: left;
    }

.pre a {
    color: #555;
}

.article_c .info a {
    color: #555;
}
/**/
.article_r {
    width: 275px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
}
/**/ .article_r1 {
    width: 273px;
    border: solid 1px #d5d5d5;
    padding-bottom: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

    .article_r1 h1 {
        background: #E2E2E2;
        line-height: 28px;
        text-indent: 15px;
        color: #000;
        font-size: 15px;
    }

    .article_r1 ul {
        width: 260px;
        margin: 8px auto;
        overflow: hidden;
    }

        .article_r1 ul li {
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .article_r1 ul li a {
                color: #666;
                overflow: hidden;
                width: 260px;
            }

    .article_r1 .subnav {
        margin: 0px;
        display: none;
    }

        .article_r1 .subnav li {
            line-height: 1.5em;
        }

            .article_r1 .subnav li a {
                font-size: 12px;
            }

    .article_r1 ul li:hover .subnav {
        display: block;
    }
/**/
.article_r2 {
    width: 273px;
    border: solid 1px #d5d5d5;
    padding-bottom: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

    .article_r2 h1 {
        background: #E2E2E2;
        line-height: 28px;
        text-indent: 15px;
        color: #000;
        font-size: 15px;
    }

    .article_r2 ul {
        width: 260px;
        margin: 8px auto;
        overflow: hidden;
    }

        .article_r2 ul li {
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 24px;
        }

            .article_r2 ul li a {
                color: #666;
                height: 24px;
                overflow: hidden;
                width: 260px;
            }


    .article_r2 .red {
        width: 18px;
        height: 18px;
        background: #ccc;
        color: #fff;
        text-align: center;
        margin-right: 5px;
        display: block;
        float: left;
        margin-top: 3px;
    }

    .article_r1 a:hover, .article_r2 a:hover {
        color: #ff930a;
    }
/*Product*/


.p_nu li {
    background-color: #eee;
    height: 31px;
    width: 120px;
    font-size: 12px;
    border-bottom: 1px dotted #CCC;
    position: relative;
}

    .p_nu li a {
        height: 31px;
        width: 120px;
        color: #130f0f;
        text-align: center;
        display: block;
        line-height: 2.7em;
        font-size: 12px;
    }

.p_n .subMenu {
    position: absolute;
    left: 120px;
    width: 1067px;
    top: -0.2px;
    height: 31px;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
}

    .p_n .subMenu li {
        float: left !important;
        height: 31px;
        width: 120px;
        background-color: #fff;
    }

.p_nu li a:hover {
    text-decoration: underline;
}

.p_nu a:hover {
    color: #f00;
}
/**/
.product_right {
    width: 1200px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}

.caseul_1 {
    margin-top: 10px;
}

.caseul_ul {
    width: 1200px;
    margin: 10px auto 0px;
}

.caseul_1 li .imgDiv { width: 288px; height: 216px; display: flex; flex-direction: row; align-items: center;
    justify-content: center; overflow: hidden; line-height: 216px;}

.caseul_1 li img {
    width: 288px;
    height: auto;
}



.caseul_1 li {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    width: 290px;
    box-sizing: border-box;
}

    .caseul_1 li .casetxt {
        width: 290px;
        overflow: hidden;
        padding-top: 10px;
        height: 60px;
    }

        .caseul_1 li .casetxt h1 {
            margin: auto;
            font-size: 14px;
            display: block;
            height: 20px;
            overflow: hidden;
            color: #666;
            font-weight: bold;
            width: 270px;
            text-align: center;
        }

        .caseul_1 li .casetxt p {
            line-height: 1.5em;
            height: 40px;
            overflow: hidden;
            width: 270px;
            margin: auto;
            font-size: 12px;
        }

    .caseul_1 li:hover h1 {
        color: #f00;
    }


/*content*/
.product_c {
    width: 1200px;
    overflow: hidden;
}

    .product_c .desc_content {
        text-align: left;
        border-top: 3px solid #f00;
        color: #666;
    }

.shortdesc {
    float: right;
    width: 400px;
    margin-top: 30px;
    overflow: hidden;
}

    .shortdesc h2 {
        width: 400px;
        height: 40px;
        font-size: 16px;
        overflow: hidden;
        margin-bottom: 10px;
        color: #666;
    }

    .shortdesc p {
        border-top: 1px dashed #ccc;
        font-size: 14px;
        padding-top: 10px;
        color: #666;
    }

/**/



/*滚动*/
#preview {
    margin-top: 15px;
    position: relative;
    width: 600px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    color: #666;
    height: 450px;
}

.page_desc {
    width: 1000px;
    border: 1px solid #ccc;
    margin: 70px auto 70px;
}


#preview .prev {
    background: url(../images/left.gif) no-repeat 0 center;
    ;
    left: 40px;
}

#preview .next, #preview .prev {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 43px;
    position: absolute;
    top: 390px;
    width: 24px;
    z-index: 101;
}



#preview .slides_container {
    margin-top: 20px;
    border: 2px solid #CCC;
    float: left;
    height: 300px !important;
    margin-left: 15%;
    overflow: hidden;
    width: 400px;
    margin-bottom: 20px;
}

#preview .next {
    background: url(../images/right.gif) no-repeat right center;
    ;
    left: 525px;
}

#preview .paging {
    ;
    left: 50px;
    padding: 5px;
    width: 475px;
    position: absolute;
    top: 350px;
}

    #preview .paging li {
        float: left;
        height: 60px;
        list-style-type: none;
        margin: 3px;
        width: 60px;
        border: 1px solid #ccc;
    }

#preview .paging {
    margin-top: 25px;
}

    #preview .paging a {
        width: 100%;
        height: 100%;
    }

#preview .product-info {
    width: 660px;
    overflow: hidden;
}

.content_desc {
    padding: 10px;
}

    .content_desc img {
        max-width: 100%;
    }

.desc_bottom a {
    color: #fff;
}


.desc_bottom {
    margin-top: 20px;
    color: #fff;
}

.slides_control {
    width: 100% !important;
    height: 100% !important;
}

    .slides_control img {
        left: 0px !important;
        width: 400px;
        height: 300px;
    }
/*page*/




.page_c {
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.5em;
    padding: 0px 10px;
    float: right;
    width: 900px;
    margin-bottom: 10px;
    color: #666;overflow:hidden
}

   .page_c img {

    max-width: 100%;
}


/**/
.footer {
    width: 100%;
    display: block;
    background-color: #262626;
    text-align: center;
}

    .footer a {
        color: #fff;
    }


.footer {
    color: #fff;
    margin-top: 30px;
    padding-bottom: 10px;
}

.footer_nav a {
    color: #fff;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0 15px;
    line-height: 3.5em;
}

.footer_nav {
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
    background-color: #0e0e0e;
    text-align: center;
    width: 100%;
}

    .footer_nav a:hover {
        color: #efa021;
    }

.footer_m {
    background: #333;
    margin-bottom: 20px;
}

.footer_c {
    width: 1200px;
    margin: auto;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}



    .footer_c ul {
        width: 240px;
        overflow: hidden;
        padding-top: 20px;
        float: left;
        margin: 0 10px;
    }





        .footer_c ul h1 {
            color: #fff;
            font-size: 18px;
            margin-bottom: 10px;
            display: block;
            height: 40px;
            width: 240px;
            font-weight: 100;
            line-height: 40px;
        }

        .footer_c ul li {
            width: 240px;
            margin-bottom: 5px;
            box-sizing: border-box;
        }



            .footer_c ul li a {
                width: 240px;
                color: #fff;
                font-size: 14px;
            }

    .footer_c a:hover {
        color: #f00;
    }

    .footer_c .f4 {
        padding-left: 40px;
        padding-top: 60px;
        width: 360px;
    }

        .footer_c .f4 img {
            width: 80px;
            height: 80px;
        }
/*相关产品相关文章开始*/
.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .relevant .rel_title {
        margin-bottom: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #1D1C1C;
        text-indent: 10px;
        color: #fff !important;
    }

    .relevant .rel_content {
        padding: 10px;
        overflow: hidden;
    }
/*相关产品*/
.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

    .relevant_product .rel_item .rel_item_img {
        width: 100%;
        height: 90px;
    }

    .relevant_product .rel_item .rel_item_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        color: #b10909 !important;
    }
/*相关文章*/
.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

    .relevant_article .rel_item .rel_item_time {
        float: right;
        color: #999;
    }

.relevant.relevant_article a {
    color: #333 !important;
}
/**/
